crypto/tls.Conn.handshakeMutex (field)

15 uses

	crypto/tls (current package)
		conn.go#L39: 	handshakeMutex sync.Mutex
		conn.go#L1271: 	c.handshakeMutex.Lock()
		conn.go#L1272: 	defer c.handshakeMutex.Unlock()
		conn.go#L1539: 	c.handshakeMutex.Lock()
		conn.go#L1540: 	defer c.handshakeMutex.Unlock()
		conn.go#L1597: 	c.handshakeMutex.Lock()
		conn.go#L1598: 	defer c.handshakeMutex.Unlock()
		conn.go#L1633: 	c.handshakeMutex.Lock()
		conn.go#L1634: 	defer c.handshakeMutex.Unlock()
		conn.go#L1643: 	c.handshakeMutex.Lock()
		conn.go#L1644: 	defer c.handshakeMutex.Unlock()
		quic.go#L231: 	c.handshakeMutex.Lock()
		quic.go#L232: 	defer c.handshakeMutex.Unlock()
		quic.go#L400: 	c.handshakeMutex.Unlock()
		quic.go#L401: 	defer c.handshakeMutex.Lock()